home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / goye16.gif < prev    next >
Graphics Interchange Format  |  1996-07-01  |  40KB  |  636x385  |  4-bit (15 colors)
Labels: text | screenshot | display | software | number | computer | font
OCR: DLLCALL :: #Button9 :: pushButton* method pushButton(var eventInfo Event) var iIntegerIn SmallInt lpszString String dDoubleIn Number iRtnValue SmallInt endVar iIntegerIn = 5 lpszString ; Any legal integer value = "This message was sent from the PW form." dDoubleIn = 123.456 ; Any legal floating point number iRtnValue ; Initialize the return value to 0 ; Call the DLL "HelloFromDLL" function. iRtnValue = HelloFromDLL(iIntegerIn, 1pszString, dDoubleIn, windowClientHandle()) - msgInfo("Integer value sent to DLL:", strVal(iRtnValue)) endMethod Edit Line: 18 Col: 1